home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
shell-tools
/
msdos_36
/
dos6
/
del
< prev
next >
Wrap
Text File
|
1994-10-18
|
115b
|
6 lines
Echo "This will erase everything in the current dir"
Ask "Are you sure (Y/N)? "
If WARN
Delete #? all quiet
EndIf